Learn R Programming

DataSetsUni (version 0.1)

Successive Earthquakes: The data set represents the time intervals of the successive earthquakes

Description

The function allows to provide the time intervals of the successive earthquakes. The dates of the successive earthquakes with magnitudes greater than or equal to 6 Mw (moment magnitude), which are recorded with their exact locations, magnitudes and depths between the years 1900 and 2000.

Usage

data_earthquakes

Value

data_earthquakes gives the time intervals of the successive earthquakes.

Arguments

data_earthquakes

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set represents the time intervals of the successive earthquakes. The dates of the successive earthquakes with magnitudes greater than or equal to 6 Mw (moment magnitude), which are recorded with their exact locations, magnitudes and depths between the years 1900 and 2000. Recently, it is used by Kuş (2007) and fitted the the exponential–Poisson distribution.

References

Kuş, C. (2007). A new lifetime distribution. Computational Statistics & Data Analysis, 51(9), 4497-4509.

Examples

Run this code
x<-data_earthquakes
summary(x)

Run the code above in your browser using DataLab